home *** CD-ROM | disk | FTP | other *** search
/ Games for Fun 1 / games-for-fun.iso / Guck rein! / Shareware / Pov-Ray / POV-Ray (68040) / POV-Ray (68040).rsrc / TEXT_316_plane.txt < prev    next >
Encoding:
Text File  |  1994-03-29  |  192 b   |  7 lines

  1. // create an infinite planar surface
  2. plane
  3. {
  4.   y, // <X Y Z> unit surface normal, vector points "away from surface"
  5.   -1.0 // distance from the origin in the direction of the surface normal
  6. }
  7.